home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / util / libs / quickhelp.lha / QuickHelp / QuickHelp_lib / include / clib / quickhelp_protos.h
Encoding:
C/C++ Source or Header  |  1999-02-13  |  634 b   |  27 lines

  1. #ifndef  CLIB_QUICKHELP_PROTOS_H
  2. #define  CLIB_QUICKHELP_PROTOS_H
  3.  
  4. /*
  5. **    $VER: quickhelp_protos.h 37.00 (00.00.00)
  6. **
  7. **    (C) Copyright 1997 Paweî Marciniak <amisaper@polbox.com>
  8. **    All Rights Reserved.
  9. **
  10. */
  11.  
  12. #ifndef EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15. #ifndef  UTILITY_TAGITEM_H
  16. #include <utility/tagitem.h>
  17. #endif
  18. #ifndef  LIBRARIES_QUICKHELP_H
  19. #include <libraries/quickhelp.h>
  20. #endif
  21.  
  22. BOOL OpenHelpA( STRPTR , struct TextFont *, struct Window *, struct TagItem * );
  23. BOOL OpenHelp( STRPTR , struct TextFont *, struct Window *, unsigned long tag1Type, ... );
  24. VOID CloseHelp( VOID );
  25. STRPTR GetQuickHelpString( VOID );
  26. #endif
  27.